home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10927 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  825 b 

  1. Path: rcp6.elan.af.mil!rscernix!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: CONVERTING INTEGER TO ASCII??????
  5. Date: 16 Mar 96 21:58:19 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.827013499@rscernix>
  8. References: <4i17r9$2kn@maltese.eag.unisysgsg.com> <4ic9ll$cfp@news.bridge.net>
  9. NNTP-Posting-Host: ues5.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11.  
  12. In <4ic9ll$cfp@news.bridge.net> psycho@bridge.net (Gary Thompson) writes:
  13.  
  14. >buff=itoa(intvalue,buff,10); (I think...)
  15.  
  16. And you're wrong.  There is no itoa function in the C language.
  17.  
  18. K&R2 contains such a function (as an example), at page 64, but it has
  19. only two arguments :-)
  20.  
  21. Dan
  22. --
  23. Dan Pop
  24. CERN, CN Division
  25. Email: danpop@mail.cern.ch 
  26. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  27.